Vcenter Vm Hardware Floppy BackingInfo
The Vcenter Vm Hardware Floppy BackingInfo schema contains information about the physical resource backing a virtual floppy drive.
{
"type": "string",
"image_file": "string",
"host_device": "string",
"auto_detect": false
}
Backing type for the virtual floppy drive.
For more information see: Vcenter Vm Hardware Floppy BackingType.
Path of the image file backing the virtual floppy drive.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Floppy BackingType.IMAGE_FILE.
Name of the host device backing the virtual floppy drive.
This property will be missing or null
if auto_detect is true and the virtual floppy drive is not connected or no suitable device is available on the host.
Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Floppy BackingType.HOST_DEVICE.